Skip to content

Conversation

@codelion
Copy link
Member

Use logger.exception for better error tracebacks in controller.py. In database.py, ensure feature map entries are updated if the referenced program no longer exists, preventing stale references and improving robustness.

Fixes #85

codelion added 2 commits June 20, 2025 22:21
Use logger.exception for better error tracebacks in controller.py. In database.py, ensure feature map entries are updated if the referenced program no longer exists, preventing stale references and improving robustness.
Reformatted multi-line string assignments and logging statements to improve code readability and maintain consistency across evaluator, run_benchmarks, controller, and database modules. No functional changes were made.
@codelion codelion merged commit 746ef88 into main Jun 20, 2025
3 of 7 checks passed
@codelion codelion deleted the fix-error-trace-in-logs branch June 20, 2025 14:27
0x0f0f0f pushed a commit to 0x0f0f0f/openevolve that referenced this pull request Jul 7, 2025
…error-trace-in-logs

Improve error logging and handle stale feature map references
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

evolution logs do not save error's traceback

2 participants